Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ДЗ#8 #8

Merged
merged 1 commit into from
Jul 31, 2024
Merged

ДЗ#8 #8

merged 1 commit into from
Jul 31, 2024

Conversation

vyfvyf
Copy link
Collaborator

@vyfvyf vyfvyf commented Jul 31, 2024

Выполнено ДЗ №8

  • Основное ДЗ

В процессе сделано:

  • Установлен Helm чарт Prometheus-stack
  • Создан манифест nginx.yaml, описывающий deployment в котором запущены nginx и nginx-prometheus-exporter
  • Создан манифест ServiceMonitor.yaml, описывающий сбор метрик с nginx

Как запустить проект:

helm install prometheus prometheus-community/kube-prometheus-stack
kubectl apply -f nginx.yaml -f ServiceMonitor.yaml  

Как проверить работоспособность:

После установки чарта и применения манифестов можно открыть prometheus и посмотреть, отображается ли наш ServiceMonitor:
изображение

Объект появился, теперь можно проверить метрики:
изображение
изображение

PR checklist:

  • Выставлен label с темой домашнего задания

@alexeev79 alexeev79 merged commit 2ae5556 into main Jul 31, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants